projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce53c2
)
(ido-reread-directory): Work in `dir' mode too.
author
Kim F. Storm
<storm@cua.dk>
Mon, 16 Oct 2006 12:42:24 +0000
(12:42 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 16 Oct 2006 12:42:24 +0000
(12:42 +0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index a2c236fb10e4c957bda1aed9da5ea991ca15c696..480b76cd68cc7b11d9e06ba2d50a7158fbb2f369 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-2611,7
+2611,7
@@
C-x C-f ... C-d enter dired on current directory."
May be useful if cached version is no longer valid, but directory
timestamp has not changed (e.g. with ftp or on Windows)."
(interactive)
- (if (and ido-mode (
eq ido-cur-item 'file
))
+ (if (and ido-mode (
memq ido-cur-item '(file dir)
))
(progn
(if (ido-is-unc-root)
(setq ido-unc-hosts-cache t)